home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EDEMO.DIR / 00191_Script_191 < prev    next >
Text File  |  1995-09-12  |  206b  |  13 lines

  1. on exitFrame
  2.   if the MovieTime of sprite 22 < 280 then
  3.     If Rollover(28) then
  4.       HandCursor
  5.     else
  6.       ArrowCursor
  7.     end if
  8.     go the frame
  9.   else
  10.     go the frame + 1
  11.   end if
  12. end
  13.